PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnableDocumentOutline Method
True if the document outline is enabled.
In This Topic
    setEnableDocumentOutline Method
    In This Topic
    Sets a value indicating whether document outline is enabled.
    If document outline is not enabled, then the method will return null and new outline items cannot be created.
    Syntax
    public void setEnableDocumentOutline( 
       boolean value
    )

    Parameters

    value
    True if the document outline is enabled.
    See Also